﻿/*清除样式*/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
	font-style: normal;
	font-weight: normal
}

ol,
ul,
li {
	list-style: none
}

caption,
th {
	text-align: left
}

q:before,
q:after {
	content: ''
}

abbr,
acronym {
	border: 0
}

a {
	text-decoration: none;
}

.clearfix {
	clear: both;
}


/*hd*/

.hd-bg {
	width: 100%;
	height: 44px;
	background-image: -moz-linear-gradient( 90deg, rgb(255, 255, 255) 0%, rgb(238, 238, 238) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(255, 255, 255) 0%, rgb(238, 238, 238) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(255, 255, 255) 0%, rgb(238, 238, 238) 100%);
	margin: 0 auto;
}

.hd {
	width: 1200px;
	height: 44px;
	margin: 0 auto;
}

.hd-left {
	float: left;
	font-size: 16px;
	color: #ccc;
	line-height: 44px;
}

.hd-right {
	float: right;
	font-size: 16px;
	color: #ccc;
	line-height: 44px;
}

.hd-title {
	float: left;
}

.hd-title a {
	color: #ccc;
}

.hd-x {
	width: 1px;
	height: 12px;
	background-color: #ddd;
	float: left;
	margin: 16px 15px;
}


/*logo&tel*/

.logo-bg {
	width: 100%;
	height: auto;
	margin: 20px auto 0;
}

.tel-bg {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

.logo {
	float: left;
	height: 64px;
}

.logo img {
	display: block;
	height: 64px;
}

.tel {
	float: right;
}

.tel-img {
	height: 64px;
	float: left;
	margin-right: 20px;
}

.tel-img img {
	display: block;
	height: 64px;
}

.tel p {
	display: block;
	float: left;
	font-size: 19px;
	color: #666;
}

.tel_img-img {
	display: block;
	float: left;
	width: auto;
	margin-top: 8px;
}


/*nav*/

.nav-bg {
	width: 100%;
	height: 64px;
	background: rgb(190, 26, 32);
	margin-top: 20px;
}

.nav {
	width: 1200px;
	height: 64px;
	margin: 0 auto;
}

.nav ul {
	display: table;
	margin: 0 auto;
}

.nav ul li {
	width: 132px;
	height: 64px;
	float: left;
}

.nav ul li a {
	display: block;
	width: 132px;
	background: url(../img/nav.png) no-repeat right center;
	line-height: 64px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	float: left;
}


/*banner*/

.banner-bg {
	width: 100%;
	height: auto;
	background: url(../img/banner-bg.png) no-repeat left center;
	background-size: 100% 100%;
	min-height: 400px;
}

#banner {
	position: relative;
	width: 93.75%;
	margin: 0 auto;
	padding-top: 30px;
}

#banner-list {
	position: relative;
}

#banner-list li {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

#banner-list li img {
	width: 100%;
	vertical-align: top;
}

.banner-img {
	display: block;
}

#focus-bubble {
	position: absolute;
	top: 120px;
	left: -40px;
	width: auto !important;
	margin-left: 0 !important;
}

#focus-bubble li {
	width: 15px;
	height: 2px;
	background-color: #fff;
	margin-bottom: 20px;
	cursor: pointer;
}

#focus-bubble li a {
	display: block;
	width: 100%;
	height: 100%;
	filter: alpha(opacity=0);
	opacity: 0;
}

#focus-bubble li.current {
	width: 30px !important;
	height: 2px !important;
	background-color: #be1a20 !important;
}

#banner .focus-handle {
	position: absolute;
	top: 50%;
	margin-top: -40px;
	z-index: 100;
	display: block;
	width: 80px;
	height: 80px;
	background-image: url("../img/focus_handle.png");
}

#next-img {
	left: 0;
}

#next-img {
	left: 50px;
	background-position: 0 0;
}

#next-img:hover {
	background-position: 0 -80px;
}

#prev-img {
	right: 0;
}

#prev-img {
	right: 50px;
	background-position: -80px 0;
}

#prev-img:hover {
	background-position: -80px -80px;
}


/*advantage*/

.advantage-bg {
	width: 100%;
	margin: 0 auto;
	background: #dedbde;
	position: relative;
	height: auto;
}

.advantage {
	width: 1200px;
	margin: 0 auto;
	background: url(../img/advantage-img.png) no-repeat center;
	position: absolute;
	bottom: 65px;
	left: 7.9%;
	z-index: 999;
	padding-bottom: 118px;
}

.advantage_title {
	font-size: 30px;
	text-align: center;
	padding: 24px 0 30px;
}

.advantage_content {
	float: left;
	width: 300px;
}

.advantage_content p {
	font-size: 14px;
	color: #333;
	display: block;
	margin-top: 8px;
	text-align: center;
}

.advantage_ct {
	padding-top: 67px;
	background: url(../img/advantage-we.png) no-repeat;
	background-position: 50px 0;
}

.advantage_content img {
	display: block;
	height: 34px;
	margin: 0 auto;
}

.advantage_content h2 {
	font-size: 26px;
	color: #333;
	text-align: center;
	margin-top: 20px;
}

.advantage-sz {
	margin-top: 19px;
}

.advantage-sz h6 {
	font-size: 30px;
	color: #BE1A20;
	font-weight: normal;
	float: left;
}

.advantage-sz span {
	font-size: 14px;
	color: #999;
	display: block;
	margin-top: 16px;
	float: left;
	margin-left: 5px;
}


/*search*/

.search-bg {
	width: 1200px;
	height: 34px;
	padding: 280px 0 20px;
	margin: 0 auto;
}

.search-hot {
	float: left;
	line-height: 34px;
	font-size: 16px;
	color: #333;
}

.search-hot a {
	color: #333;
	margin: 0 5px;
}

.search {
	float: right;
	width: 340px;
	height: 34px;
}

.search form {
	width: 100%;
	height: 34px;
	background: #BE1A20;
	border-radius: 17px;
}

.search form input[type="text"] {
	width: 288px;
	height: 34px;
	float: left;
	margin-left: 14px;
	border: none;
	background: none;
	outline: none;
	color: #fff;
	font-size: 14px;
	line-height: 34px;
}

.search form input[type="submit"] {
	width: 24px;
	height: 24px;
	float: left;
	background: none;
	border: none;
	margin-top: 5px;
	background: url(../img/search.png) no-repeat center;
}


/* WebKit browsers */

.search form input::-webkit-input-placeholder {
	color: #ffffff;
}


/* Mozilla Firefox 4 to 18 */

.search form input:-moz-placeholder {
	color: #ffffff;
	opacity: 1;
}


/* Mozilla Firefox 19+ */

.search form input::-moz-placeholder {
	color: #ffffff;
	opacity: 1;
}


/* Internet Explorer 10+ */

.search form input:-ms-input-placeholder {
	color: #ffffff;
}


/*product*/

.product {
	width: 1200px;
	margin: 60px auto 0;
}

.product-cate {
	width: 300px;
	height: auto;
	float: left;
	border: 1px solid #be1a20;
	box-sizing: border-box;
}

.product-cate h6 {
	font-size: 24px;
	width: 100%;
	height: 56px;
	line-height: 56px;
	font-weight: normal;
	color: #fff;
	text-align: center;
	background: #BE1A20;
}

.product-cate ul {
	margin-top: 6px;
}

.product-cate ul li {
	width: 240px;
	height: 46px;
	background: #999;
	color: #fff;
	text-align: center;
	line-height: 46px;
	margin: 24px auto 0;
}

.product-cate ul li:hover {
	background: #BE1A20;
}

.product-cate ul li:nth-child(1) {
	background: #BC1B21;
}

.product-cate ul li a {
	color: #fff;
}

.product-lx {
	width: 100%;
	height: auto;
	margin-top: 88px;
	background: #BE1A20;
	overflow: hidden;
}

.product-lx h6 {
	font-size: 24px;
	background: url(../img/product-lx.png) no-repeat left center;
	margin-left: 30px;
	text-align: left;
	padding-left: 34px;
	width: auto;
	line-height: 1;
	height: auto;
	margin-top: 30px;
	font-size: 24px;
	font-weight: normal;
}

.product-lx p {
	font-size: 16px;
	color: #fff;
	margin-top: 30px;
	margin-left: 30px;
}

.product-lx h5 {
	font-size: 14px;
	margin-left: 30px;
	margin-top: 10px;
	color: #fff;
	font-weight: normal;
}

.product_lx {
	width: 300px;
	height: 53px;
	margin-top: 20px;
	background: url(../img/product_lx.png) no-repeat center;
	margin-bottom: 20px;
}

.product-cp {
	float: right;
	width: 840px;
}

.product-title {
	border-bottom: 1px solid #dbdbdb;
}

.product-t {
	font-size: 16px;
	color: #be1a20;
	padding-bottom: 10px;
	margin-left: 10px;
	float: left;
}

.product-title a {
	float: right;
	color: #b7b7b7;
	font-size: 14px;
	padding-bottom: 10px;
	line-height: 21px;
}

.product-cp ul {
	width: 100%;
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
}

.product-cp ul li {
	width: 400px;
	height: auto;
	margin-top: 30px;
}

.product-pic {
	width: 100%;
	height: auto;
	overflow: hidden;
	border: 1px solid #000;
	box-sizing: border-box;
}

.product-pic img {
	display: block;
	width: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
	position: relative;
	z-index: 1;
	transition-delay: 0s;
	transition-duration: 1s;
	transition-property: all;
	transition-timing-function: ease;
	/*Firefox*/
	-moz-transition-delay: 0s;
	-moz-transition-duration: 1s;
	-moz-transition-property: all;
	-moz-transition-timing-function: ease;
	/*Safari&Chrome*/
	-webkit-transition-delay: 0s;
	-webkit-transition-duration: 1s;
	-webkit-transition-property: all;
	-webkit-transition-timing-function: ease;
	/*Opera*/
	-o-transition-delay: 0s;
	-o-transition-duration: 1s;
	-o-transition-property: all;
	-o-transition-timing-function: ease;
}

.product-pic :hover img {
	transform: scale(1.2, 1.2);
	/*IE 9*/
	-ms-transform: scale(1.2, 1.2);
	/*Firefox*/
	-moz-transform: scale(1.2, 1.2);
	/*Safair&Chrome*/
	-webkit-transform: scale(1.2, 1.2);
	/*Opera*/
	-o-transform: scale(1.2, 1.2);
}

.product_title {
	width: 100%;
	font-size: 18px;
	margin-top: 20px;
	text-align: center;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.product_title a {
	color: #333;
}

.product_title a:hover {
	color: #BE1A20;
}

.product-more {
	width: 100%;
	height: 36px;
	margin-top: 20px;
	background: url(../img/product-x.png) no-repeat center;
}

.product-xq {
	width: 120px;
	height: 36px;
	background: #000;
	border-radius: 5px;
	text-align: center;
	line-height: 36px;
	font-size: 16px;
	float: left;
	margin-left: 50px;
}

.product-xq a {
	color: #fff;
}

.product-zx {
	width: 120px;
	height: 36px;
	background: #BE1A20;
	border-radius: 5px;
	float: right;
	margin-right: 50px;
	line-height: 36px;
	text-align: center;
}

.product-zx a {
	color: #fff;
}


/*service*/

.service-bg {
	width: 100%;
	height: auto;
	margin: 60px auto 0;
	background: url(../img/service-bg.png) no-repeat top center;
}

.service {
	width: 1200px;
	height: auto;
	margin: 30px auto 0;
	overflow: hidden;
}

.service-title h6 {
	font-size: 32px;
	color: #BE1A20;
	text-align: center;
}

.service-x {
	width: 60px;
	height: 1px;
	background: #dfdfdf;
	margin: 10px auto 0;
}

.service-title p {
	font-size: 18px;
	color: #333;
	text-align: center;
	margin-top: 10px;
}

.service ul {
	display: table;
	margin: 30px auto 40px;
}

.service ul li {
	width: 325px;
	height: 380px;
	float: left;
	background: #fff;
	transition: all .2s ease;
}

.service ul li:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-box-shadow: 0 -1px 10px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 -1px 10px rgba(0, 0, 0, .5);
	box-shadow: 0 -1px 10px rgba(0, 0, 0, .5);
}

.service-pic {
	width: 100%;
	height: auto;
}

.service-pic img {
	display: block;
	width: 100%;
	height: auto;
}

.service ul li h6 {
	font-size: 22px;
	color: #333;
	margin-top: 20px;
	margin-left: 30px;
	font-weight: normal;
}

.service_x {
	width: 265px;
	height: 1px;
	background: #eaeaea;
	margin: 20px auto 5px;
}

.service-content {
	width: 265px;
	height: auto;
	margin: 0 auto 30px;
	overflow: hidden;
}

.service-content span {
	margin-top: 15px;
	color: #333;
	font-size: 16px;
	display: block;
}


/*Introduction*/

.Introduction {
	width: 100%;
	height: auto;
	margin: 60px auto 0;
}

.Introduction img {
	display: block;
	width: 100%;
}


/*cases*/

.cases-bg {
	width: 100%;
	height: auto;
	margin: 60px auto 0;
}

.cases {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

.cases-title h6 {
	font-size: 32px;
	text-align: center;
	color: #BE1A20;
}

.cases-x {
	width: 60px;
	height: 1px;
	background: #dfdfdf;
	margin: 10px auto 0;
}

.cases-title p {
	font-size: 18px;
	color: #666;
	text-align: center;
	margin: 10px auto 0;
}

.cases-content {
	width: 1200px;
	height: auto;
	margin: 30px auto 0;
	border: 1px solid #999;
}

.cases_content {
	width: 1120px;
	margin: 40px auto 60px;
}

.cases_title {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.cases_title ul li {
	width: 215px;
	height: 64px;
	background: #333;
	margin-right: 10px;
	float: left;
	text-align: center;
	line-height: 64px;
	color: #fff;
}

.cases_title ul li.on {
	background: #bc1b21;
}

.cases_img {
	width: 218px;
	height: 64px;
	background: #bc1b21;
	float: left;
	text-align: center;
	margin-right: 10px;
}

.cases_img img {
	margin-top: 6.5px;
}

.cases_more {
	width: 215px;
	height: 64px;
	background: #333;
	float: left;
	text-align: center;
	line-height: 64px;
	color: #fff;
}

.cases_more a {
	color: #fff;
}

.case-content {
	margin-top: 20px;
}

.cases-pic {
	width: 460px;
	height: auto;
	border: 1px solid #000;
	box-sizing: border-box;
	float: left;
	margin-right: 70px;
}

.cases-pic img {
	display: block;
	width: 100%;
}

.case-nr {
	width: 520px;
	height: auto;
	float: left;
}

.case-nr h6 {
	margin-top: 30px;
	font-size: 22px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.case_nr {
	margin-top: 24px;
	font-size: 16px;
	line-height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}

.case-xq {
	width: 120px;
	height: 44px;
	background: #bc1b21;
	line-height: 44px;
	text-align: center;
	font-size: 18px;
	float: left;
	margin-top: 24px;
}

.case-xq a {
	color: #fff;
}

.case-zx {
	width: 120px;
	height: 44px;
	background: #bc1b21;
	line-height: 44px;
	text-align: center;
	font-size: 18px;
	float: right;
	margin-top: 24px;
}

.case-zx a {
	color: #fff;
}


/*client*/

#client {
	width: 1200px;
	height: 101px;
	margin: 40px auto 0;
	overflow: hidden;
}

#client ul li {
	float: left;
	overflow: hidden;
	border: 1px solid #999;
	box-sizing: border-box;
	margin-right: 36px;
}

.client-pic {
	width: 162px;
	margin: 10px 29px;
}

.client-pic img {
	display: block;
	width: 100%;
	height: auto;
}

#client ul li p {
	display: block;
	font-size: 16px;
	margin-bottom: 12px;
	text-align: center;
}

#client ul li p a {
	color: #333;
}


/*message*/

.message-bg {
	width: 100%;
	height: auto;
	margin: 60px auto 0;
}

.message-title h6 {
	font-size: 32px;
	color: #be1a20;
	text-align: center;
}

.message-x {
	width: 60px;
	height: 1px;
	background: #dfdfdf;
	margin: 10px auto 0;
}

.message-title p {
	font-size: 18px;
	color: #666;
	text-align: center;
	margin: 10px auto 0;
}

.message_bg {
	width: 100%;
	height: auto;
	margin: 30px auto 0;
	background: url(../img/message-pic.png) no-repeat top center;
}

.message {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

.message-right {
	float: right;
	margin: 30px 0;
	background: #fff;
	width: 400px;
	height: 460px;
	border-radius: 16px;
}

.message_title {
	display: block;
	width: 178px;
	height: auto;
	margin: 60px 0 0 30px;
}

.message-right p {
	font-size: 14px;
	color: #cfcfcf;
	text-align: left;
	margin: 10px 0 0 30px;
}

.message-right form {
	width: 340px;
	height: auto;
	margin: 0 auto;
}

.message-right form input[type="text"] {
	width: 340px;
	height: 40px;
	border: none;
	background: none;
	border-bottom: 1px solid #999999;
	box-sizing: border-box;
	margin-top: 24px;
	color: #999;
	font-size: 18px;
	padding-left: 20px;
	outline: none;
}


/* WebKit browsers */

.message-right form input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #999999;
}


/* Mozilla Firefox 4 to 18 */

.message-right form input:-moz-placeholder,
textarea::-moz-placeholder {
	color: #999999;
	opacity: 1;
}


/* Mozilla Firefox 19+ */

.message-right form input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #999999;
	opacity: 1;
}


/* Internet Explorer 10+ */

.message-right form input:-ms-input-placeholder,
textarea::-ms-input-placeholder {
	color: #999999;
}

.message-right form textarea {
	width: 340px;
	height: 40px;
	margin-top: 24px;
	border: none;
	background: none;
	border-bottom: 1px solid #999;
	padding-left: 20px;
	box-sizing: border-box;
	line-height: 40px;
	font-size: 18px;
	color: #999999;
	resize: none;
	overflow: hidden;
	font-family: "微软雅黑";
	outline: none;
}

.message-yzm input {
	width: 160px !important;
	float: left;
}

.message-yzm img {
	display: block;
	width: 140px;
	height: 40px;
	float: right;
	margin-top: 24px;
}

.message-right form input[type="submit"] {
	width: 340px;
	height: 40px;
	background: #BC1B21;
	color: #fff;
	border: none;
	margin-top: 24px;
	outline: none;
	font-size: 20px;
}

.message-pic {
	margin-top: 192px;
	float: left;
}


/*news*/

.news-bg {
	width: 100%;
	height: auto;
	margin: 60px auto 0;
}

.news {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

#news-content {
	width: 1200px;
	height: auto;
	margin: 30px auto 0;
}


/*Always news*/

.alwaya-title h6 {
	font-size: 28px;
	color: #333;
	float: left;
}

.alwaya-title p {
	font-size: 14px;
	color: #ccc;
	margin-top: 16px;
	float: left;
	margin-left: 10px;
}

.alwaya-title a {
	float: right;
	line-height: 37px;
	color: #ccc;
	font-family: "arial narrow";
	font-size: 16px;
}

.alwaya-cx {
	width: 203px;
	height: 4px;
	background: #BC1B21;
	float: left;
	margin-top: 20px;
}

.alwaya-xx {
	width: 997px;
	height: 1px;
	background: #eee;
	float: left;
	margin-top: 20px;
}

.alwaya_content {
	margin-top: 30px;
}

.alwaya-pic {
	width: 580px;
	height: 326px;
	float: left;
	overflow: hidden;
}

.alwaya-pic img {
	display: block;
	width: 100%;
}

.alwaya_title {
	float: right;
	width: 580px;
	height: auto;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 24px;
}

.alwaya_title a {
	color: #333;
}

.alwaya_title a:hover {
	color: #BC1B21;
}

.alwaya-nr {
	float: right;
	width: 580px;
	height: auto;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 8;
	font-size: 18px;
	line-height: 24px;
	margin-top: 24px;
}

.alwata-more {
	float: right;
	width: 120px;
	height: 40px;
	background: #BC1B21;
	line-height: 40px;
	text-align: center;
	margin-top: 24px;
	font-size: 18px;
}

.alwata-more a {
	color: #fff;
}

.alwaya-cx-x {
	width: 1200px;
	height: 1px;
	background: #ccc;
	margin: 30px auto;
}

.alwaya_content ul li {
	width: 400px;
	height: 253px;
	float: left;
}

.alwaya_content ul li:nth-child(2) {
	background: url(../img/news-litow.png);
}

.news-title {
	width: 360px;
	height: auto;
	margin: 20px auto 0;
}

.alwaya_content ul li .news-title h6 {
	font-size: 28px;
	color: #333;
	font-weight: normal;
	background: url(../img/qydt.png) no-repeat left center;
	padding-left: 37px;
	float: left;
}

.alwaya_content ul li:nth-child(2) .news-title h6 {
	background: url(../img/jszc.png) no-repeat left center;
}

.alwaya_content ul li:nth-child(3) .news-title h6 {
	background: url(../img/zjbk.png) no-repeat left center;
}

.news-title a {
	float: right;
	line-height: 37px;
	color: #999;
	font-size: 16px;
}

.news_title {
	width: 360px;
	height: auto;
	margin: 30px auto 0;
	font-size: 22px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.news_title a {
	color: #333;
}

.news_title a:hover {
	color: #BC1B21;
}

.news-content {
	width: 360px;
	height: auto;
	margin: 30px auto 0;
	font-size: 16px;
	line-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}


/*zx*/

.zx-bg {
	width: 100%;
	height: auto;
	margin: 60px auto 0;
}

.zx-bg img {
	display: block;
	width: 100%;
}


/*about*/

.about-bg {
	width: 100%;
	height: 674px;
	background: #eee;
	margin: 60px auto 0;
	overflow: hidden;
}

.about {
	width: 1200px;
	height: auto;
	margin: 40px auto 0;
}

.about-pic {
	width: 460px;
	height: 342px;
	float: left;
	background: url(../img/about-bg.png) no-repeat left bottom;
}

.about-pic img {
	width: 430px;
	height: 322px;
	float: right;
}

.about-content {
	float: left;
}

.about-content h6 {
	font-size: 36px;
	margin-left: 120px;
	margin-top: 10px;
	font-family: "arial regular";
	font-weight: normal;
}

.aboutus-x {
	width: 302px;
	height: 1px;
	background: #e0e0e0;
	margin-top: 6px;
}

.about-title {
	font-size: 24px;
	margin-left: 120px;
	margin-top: 20px;
}

.about_title {
	width: 160px;
	height: 1px;
	background: #bc1b21;
	margin: 20px 0 0 120px;
}

.about_content {
	width: 620px;
	font-size: 18px;
	line-height: 26px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	margin: 20px 0 0 120px;
	max-height: 130px;
}

.about-more {
	width: 120px;
	height: 34px;
	background: #bc1b21;
	margin: 27px 0 0 120px;
	text-align: center;
	line-height: 34px;
	font-size: 18px;
}

.about-more a {
	color: #fff;
}

.about-zz {
	width: 1200px;
	margin: 40px auto 0;
}

.about-zz ul {
	width: 180px;
	height: 192px;
	float: left
}

.about-zz ul li {
	width: 100%;
	height: auto;
}

.about-zz ul li a {
	display: block;
	width: 180px;
	height: 64px;
	background: #dadada;
	text-align: center;
	line-height: 64px;
	font-size: 22px;
	color: #727272;
}

.about-zz ul li a:hover {
	background: url(../img/about-zz.png) no-repeat;
	color: #fff;
}

.about-zz ul li:nth-child(1) a {
	background: url(../img/about-zz.png) no-repeat;
	color: #fff;
}

.about_zz {
	width: 990px;
	height: 192px;
	float: right;
}

.about_zz ul li {
	width: 320px;
	height: 192px;
	float: left;
	position: relative;
}

.about_zz ul li:nth-child(2) {
	margin: 0 15px;
}

.about_zzpic {
	width: 320px;
	height: 192px;
}

.about_zzpic img {
	display: block;
	width: 320px;
	height: 192px;
}

.about_zz ul li p {
	width: 320px;
	height: 30px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, .35);
	text-align: center;
	line-height: 30px;
}

.about_zz ul li p a {
	font-size: 16px;
	color: #fff;
}


/*links*/

.links-bg {
	width: 100%;
	height: 126px;
	background: #eee;
	margin: 60px auto 0;
}

.links {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.links h6 {
	font-size: 32px;
	font-family: "arial narrow";
	color: #333;
	font-weight: normal;
	margin-top: 20px;
	float: left
}

.links p {
	font-size: 14px;
	float: left;
	color: #666;
	margin-top: 35px;
	margin-left: 10px;
}

.links-x {
	width: 1200px;
	height: 1px;
	background: #fff;
	margin-top: 20px;
}

.links ul li {
	line-height: 48px;
	font-size: 16px;
	float: left;
	margin-right: 20px;
}

.links ul li a {
	color: #333;
}


/*footer*/

.footer-bg {
	width: 100%;
	height: auto;
	margin: 0 auto;
	background: #be1a20;
}

.footer {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

.footer-nav {
	width: 1200px;
	height: 64px;
	margin: 0 auto;
}

.footer-nav ul {
	display: table;
	margin: 0 auto;
}

.footer-nav ul li {
	width: 132px;
	height: 64px;
	float: left;
}

.footer-nav ul li a {
	display: block;
	width: 132px;
	background: url(../img/nav.png) no-repeat right center;
	line-height: 64px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	float: left;
}

.footer-x {
	width: 1200px;
	height: 1px;
	margin: 10px auto 0;
	background: #d13d43;
}

.footer-top {
	float: left;
	margin-top: 30px;
	margin-bottom: 30px;
}

.footer-top p {
	float: left;
	font-size: 16px;
}

.footer-top p a {
	color: #fff;
}

.footer_top {
	float: left;
	width: 4px;
	height: 4px;
	margin: 8.5px 10px;
	background: #fff;
	border-radius: 2px;
}

.footer-nr {
	margin-top: 10px;
}

.footer-nr p {
	color: #fff;
	font-size: 16px;
	margin-top: 20px;
	float: none;
}

.footer-nr p a {
	margin: 0 5px;
}

.footer-right {
	float: right;
	margin-top: 30px;
	margin-bottom: 30px;
}

.footer-right p {
	font-size: 16px;
	color: #fff;
}

.footer-right img {
	display: block;
	width: 156px;
	height: auto;
	margin-top: 56px;
	margin-bottom: 56px;
}

.footer-erm {
	float: left;
	margin: 40.5px 79px;
}

.footer-erm img {
	display: block;
	width: 220px;
}

#footer-bg {
	width: 100%;
	height: 30px;
	background: #f3f3f3;
}

#footer {
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	color: #666;
}

#footer a {
	color: #666;
}


/*内页*/


/*分页样式*/

.page {
	margin-top: 20px;
}

#pagination {
	height: 40px;
	padding: 20px 10px;
}

#pagination li {
	padding: 0;
	line-height: none;
	height: auto;
	border-bottom: 0;
	background: none;
	float: left;
	margin: 0;
	border-radius: 0 !important;
}

#pagination a {
	display: block;
	float: left;
	margin-right: 10px;
	padding: 2px 12px;
	height: 24px;
	border: 1px #cccccc solid;
	background: #fff;
	text-decoration: none;
	color: #808080;
	font-size: 12px;
	line-height: 24px;
	border-radius: 6px;
	width: auto;
}

#pagination .disabled a,
#pagination .ellipsis a {
	border: 1px solid #ddd;
	color: #ddd;
	cursor: not-allowed;
}

#pagination .disabled a:hover,
#pagination .ellipsis a:hover {
	border: 1px solid #ddd;
	color: #ddd
}

#pagination a:hover {
	color: #BE1A20;
	border: 1px #BE1A20 solid;
}

#pagination a.cur {
	border: none;
	background: #df1600;
	color: #fff;
}

#pagination p {
	float: left;
	padding: 2px 12px;
	font-size: 12px;
	height: 24px;
	line-height: 24px;
	color: #bbb;
	border: 1px #ccc solid;
	background: #fcfcfc;
	margin-right: 8px;
}

#pagination p.paginationRemark {
	border-style: none;
	background: none;
	margin-right: 0px;
	padding: 4px 0px;
	color: #666;
}

#pagination p.paginationRemark b {
	color: red;
}

#pagination p.paginationEllipsis {
	border-style: none;
	background: none;
	padding: 4px 0px;
	color: #808080;
}

#pagination .active a {
	background: #BE1A20;
	color: #fff
}


/*n_banner*/

.n_banner {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.n_banner img {
	display: block;
	width: 100%;
	height: auto;
}


/*n_search*/

.n_search {
	background: url(../img/searchbg.png) no-repeat center top;
	width: 100%;
	height: 68px;
}

.sear {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 10px;
}

.sear form {
	display: block;
	float: right;
	position: relative;
}

.searchText {
	width: 280px;
	line-height: 30px;
	height: 30px;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 20px;
	color: #666;
	font-size: 13px;
	text-indent: 10px;
	outline: none;
}

.searchButton {
	position: absolute;
	background: url(../img/n_search.png) no-repeat center;
	width: 20px;
	height: 20px;
	right: 25px;
	top: 5px;
	border: none;
}

.sear span {
	float: left;
	font-size: 14px;
	color: #333;
	line-height: 32px;
	margin-left: 25px;
}

.sear span a {
	margin-right: 10px;
	color: #333;
}

.sear span a:hover {
	color: rgb(190, 26, 32);
}

.content {
	width: 100%;
}

.n_content {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.n_left {
	float: left;
	width: 227px;
}

.n_left h4 {
	margin-top: 20px;
	display: block;
	font-weight: normal;
	color: #fff;
	font-size: 16px;
	background: #BE1A20;
	text-indent: 36px;
	line-height: 40px;
	height: 40px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.n_left div {
	background: #eee;
	padding-bottom: 25px;
}

.n_left ul {
	padding: 0px 10px;
	border-bottom: 2px solid #BE1A20;
}

.n_left ul li {
	line-height: 40px;
	font-size: 14px;
	padding-left: 25px;
	border-bottom: 1px dotted #ccc;
	background: url(../img/newsli.png) no-repeat 10px center;
}

.n_left ul li a {
	color: #666;
}

.n_left ul li a:hover {
	color: #BE1A20;
}

#n_left_news li {
	width: 192px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-left: 15px;
	background: url(../img/newsli.png) no-repeat 0px center;
}

.n_right {
	float: right;
	width: 923px;
}

.location {
	border-bottom: 1px solid #ccc;
	overflow: hidden;
}

.location h4 {
	text-align: center;
	width: auto;
	float: left;
	font-weight: bold;
	line-height: 40px;
	font-size: 18px;
	border-bottom: 3px solid #BE1A20;
	color: #333;
}

.location span {
	display: block;
	float: right;
	font-size: 12px;
	color: #666;
	padding: 15px 10px 0px 0px;
}

.location span a {
	color: #333;
}

.location span a:hover {
	color: #BE1A20;
}

.aboutMain {}

.about_info {
	padding: 20px;
	font-size: 15px;
	color: #333;
	line-height: 26px;
}

.intro {
	margin-top: 10px;
	padding: 10px;
	background: #fafafa;
	line-height: 26px;
	font-size: 14px;
}

.newsli ul {
	padding: 15px 15px;
}

.newsli ul li {
	overflow: hidden;
	height: 35px;
	line-height: 35px;
	border-bottom: 1px dashed #ccc;
	background: url(../img/newsli.png) no-repeat 10px center;
}

.newsli ul li h5 {
	font-weight: normal;
	float: left;
	font-size: 14px;
	text-indent: 24px;
}

.newsli ul li h5 a {
	color: #333;
}

.newsli ul li h5 a:hover {
	color: #BE1A20;
}

.newsli ul li span {
	float: right;
	font-size: 12px;
	color: #999;
	padding-right: 15px;
}

.news_info {
	padding: 0 20px 60px;
}

.news_info h4 {
	padding: 30px 0px 10px;
	color: #333;
	font-size: 16px;
	text-align: center;
	border-bottom: 1px dashed #ccc;
	line-height: 25px;
	height: 25px;
	font-weight: normal;
}

.n_news {
	width: 520px;
	overflow: hidden;
	margin: 0 auto;
}

.n_news li {
	line-height: 50px;
	float: left;
	font-size: 14px;
	margin: 0 5px;
}

.xgbq {
	margin: 20px 0px;
	padding-left: 15px;
	color: #666;
	font-size: 14px;
	border-top: 1px dashed #ccc;
	line-height: 35px;
}

.xgbq a {
	color: #333;
	margin: 0 5px;
}

.n_page {
	line-height: 30px;
	height: 30px;
	background: #eee;
	color: #999;
	font-size: 14px;
	padding-left: 20px;
	margin-top: 3px;
}

.n_page a {
	color: #666;
}

.n_page a:hover {
	color: #BE1A20;
}

.news_info h5 {
	border-bottom: 1px solid #BE1A20;
	line-height: 30px;
	font-size: 14px;
	color: #BE1A20;
	padding-left: 15px;
	margin: 20px 0px 10px;
}

.n_xgpro {
	overflow: hidden;
	padding-top: 5px;
}

.n_xgpro li {
	float: left;
	margin: 0 5px;
}

.n_xgpro li p {
	line-height: 30px;
	font-size: 14px;
	text-align: center;
}

.n_xgpro li p a {
	color: #333;
}

.n_xgpro li p a:hover {
	color: #BE1A20;
}

.n_xgnews {
	overflow: hidden;
	padding: 0 10px;
}

.n_xgnews li {
	background: url(../img/newsli.png) no-repeat left center;
	background-size: 5px 5px;
	font-size: 14px;
	line-height: 35px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0 5px;
	padding: 0 8px 0px 12px;
	width: 140px;
	float: left;
	border-bottom: 1px dashed #ccc;
}

.n_xgnews li a {
	color: #333;
}

.n_xgnews li a:hover {
	color: #BE1A20;
}

.n_product {
	padding: 0px 15px;
}

.n_product ul {
	overflow: hidden;
	padding-top: 20px;
}

.n_product ul li {
	float: left;
	margin: 10px 12px;
}

.n_product ul li a {
	display: block;
	padding: 1px;
	background: #eee;
	font-size: 14px;
	color: #333;
	width: 270px;
}

.n_product ul li a:hover {
	color: #fff;
	background: #BE1A20;
}

.n_product ul li a p {
	text-align: center;
	line-height: 30px;
}

.n_pro {
	overflow: hidden;
	padding: 20px 20px;
}

.n_img {
	float: left;
	width: 352px;
}

.n_pro ul {
	margin-left: 30px;
	float: left;
}

.n_pro ul li {
	width: 250px;
	font-size: 14px;
	color: #333;
	line-height: 35px;
	height: 35px;
	border-bottom: 1px dashed #ccc;
	padding-left: 10px;
}

#mes {
	border: none;
}

#mes a {
	display: block;
	border-radius: 10px;
	background: #BE1A20;
	color: #fff;
	text-align: center;
	line-height: 40px;
	height: 40px;
	width: 100px;
	margin-top: 20px;
}

.message_right {
	margin: 30px auto;
	background: #fff;
	width: auto;
}

.message_right p {
	font-size: 14px;
	color: #cfcfcf;
	text-align: left;
	margin: 10px 0 0 30px;
}

.message_right form {
	width: 480px;
	height: auto;
	margin: 0 auto;
}

.message_right form input[type="text"] {
	width: 480px;
	height: 40px;
	border: none;
	background: none;
	border: 1px solid #999999;
	box-sizing: border-box;
	margin-top: 24px;
	color: #999;
	font-size: 18px;
	padding-left: 20px;
	outline: none;
}


/* WebKit browsers */

.message_right form input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #999999;
}


/* Mozilla Firefox 4 to 18 */

.message_right form input:-moz-placeholder,
textarea::-moz-placeholder {
	color: #999999;
	opacity: 1;
}


/* Mozilla Firefox 19+ */

.message_right form input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #999999;
	opacity: 1;
}


/* Internet Explorer 10+ */

.message_right form input:-ms-input-placeholder,
textarea::-ms-input-placeholder {
	color: #999999;
}

.message_right form textarea {
	width: 480px;
	height: 40px;
	margin-top: 24px;
	border: none;
	background: none;
	border: 1px solid #999;
	padding-left: 20px;
	box-sizing: border-box;
	line-height: 40px;
	font-size: 18px;
	color: #999999;
	overflow: hidden;
	font-family: "微软雅黑";
	outline: none;
}

.message_yzm input {
	width: 240px !important;
	float: left;
}

.message_yzm img {
	display: block;
	width: 140px;
	height: 40px;
	float: right;
	margin-top: 24px;
}

.message_right form input[type="submit"] {
	width: 480px;
	height: 40px;
	background: #BC1B21;
	color: #fff;
	border: none;
	margin-top: 24px;
	outline: none;
	font-size: 20px;
}